Q3Mesh_NextMeshEdge
You can use theQ3Mesh_NextMeshEdge
function to get the next edge in a mesh.
TQ3MeshEdge Q3Mesh_NextMeshEdge (TQ3MeshIterator *iterator);
iterator
- A pointer to a mesh iterator structure.
DESCRIPTION
TheQ3Mesh_NextMeshEdge
function returns, as its function result, the next edge in the iteration specified by theiterator
parameter, which must have been filled in by a previous call toQ3Mesh_FirstMeshEdge
orQ3Mesh_NextMeshEdge
. If there are no more edges, this function returnsNULL
.